Skip to content

feat: add ILS (Israeli Shekel ₪) to supported fiat currencies - #2435

Closed
Vagalam88 wants to merge 1 commit into
SatoshiPortal:developfrom
Vagalam88:patch-2
Closed

feat: add ILS (Israeli Shekel ₪) to supported fiat currencies#2435
Vagalam88 wants to merge 1 commit into
SatoshiPortal:developfrom
Vagalam88:patch-2

Conversation

@Vagalam88

Copy link
Copy Markdown

Motivation

Bitcoin needs a unit of account. And if we're being honest with ourselves,
no fiat currency deserves that role more than the Israeli Shekel.

The ILS is one of the most resilient fiat currencies in the world:

  • Disciplined monetary policy
  • A tech-driven economy
  • A population increasingly comfortable with self-custody and sound money principles

If any fiat currency is going to coexist with Bitcoin on a display screen, it should earn its place.

Context

Bull Bitcoin already serves Europe, Latin America, and North America.
The Middle East is a natural next step — and Israel, with its deep tech culture, feels like an obvious fit.

Implementation

This is a display-only change. Two lines in constants.dart:

  • 'ILS' in CurrencyConstants.supportedFiat
  • {'code': 'IL', 'name': 'Israel', 'flag': '🇮🇱'} in CountryConstants.countries

Closes #2434

Add ILS to CurrencyConstants.supportedFiat and Israel to 
CountryConstants.countries. Display-only change. Refs SatoshiPortal#2434
@BullishNode

Copy link
Copy Markdown
Contributor

ILS is not supported in our price server which currently only serves currencies which the exchange supports. a larger refactor with new price sources is required

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add ILS (Israeli Shekel ₪) as a supported fiat currency

2 participants